home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / cstshared.cst / 00019_shortQuitRoutine.ls < prev    next >
Encoding:
Text File  |  2005-07-28  |  463 b   |  16 lines

  1. on shortQuitRoutine_OLD
  2.   
  3.   ----- TAKEN OUT BECAUSE OF OSX ERROR -----
  4.   --  global  gOrigLevel, hideDesk, gPrint, gOrigColor
  5.   --  
  6.   --  -- GET RIDE OF HIDE DESKTOP (REAR WINDOW XOBJT)
  7.   --  global hideDesk
  8.   --  if objectP(hideDesk) then hideDesk(mDispose)
  9.   --  
  10.   --  -- if objectP(hideDesk) then hideDesk(mDispose)
  11.   --  if objectP(gPrint) then gPrint(mDispose)
  12.   --  set the soundlevel = gOrigLevel
  13.   --  set the colorDepth = gOrigColor
  14.   --  quit
  15.   
  16. end